POV-Ray : Newsgroups : povray.binaries.images : Four Dimensional Noise - now repeatable : Four Dimensional Noise - now repeatable Server Time
14 Aug 2024 13:22:41 EDT (-0400)
  Four Dimensional Noise - now repeatable  
From: Slime
Date: 6 Oct 2002 21:51:08
Message: <3da0e88c@news.povray.org>
More improvement on my 4D noise generator. The code that generated the
sphere in this animated gif was:

sphere {
 0,1
 pigment {
  bozo
  color_map {[.1 rgb 0][.9 rgb 1]}

  noise_generator {
   4 // generator type
   slice clock*4 // amount through the 4th dimension
   repeat 4 // distance along the 4th dimension to repeat
  }

  warp {
   turbulence .5
   octaves 2
   omega .7
   lambda 2
  }

  scale .3
 }
}

questions/comments? Do you feel that this would be useful to *you*?

 - Slime
[ http://www.slimeland.com/ ]


Post a reply to this message


Attachments:
Download 'repeating_noise.gif' (328 KB)

Preview of image 'repeating_noise.gif'
repeating_noise.gif


 

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.